fbefa95f7ff5ed42e25abe94a1eda344326c5601,src/org/jgroups/protocols/pbcast/STABLE.java,STABLE,handleStabilityMessage,#Digest#Address#,607

Before Change



         num_stability_msgs_received++;

         resetDigest(mbrs);

         // pass STABLE event down the stack, so NAKACK can garbage collect old messages
         down_prot.down(new Event(Event.STABLE, d));

After Change


                return;
            }
            num_stability_msgs_received++;
            resetDigest();
        }
        finally {
            lock.unlock();